home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epi601_2.zip / FILES07.EXE / MATCH.PGM < prev    next >
Text File  |  1994-08-22  |  943b  |  34 lines

  1. CLS
  2. ECHO
  3. ECHO   The MATCH command provides tables and statistics for studies
  4. ECHO   in which cases and controls are matched in groups having the
  5. ECHO   same identification field.  Our example is a matched case-
  6. ECHO   control study of toxic shock syndrome cases and controls.
  7. ECHO   The exposure variable is RELY--use of Rely brand tampons.
  8.  
  9. ECHO   Each case has an identifier in the IDNUM field.  Controls matched
  10. ECHO   to that case have the same identifier, so that matched cases
  11. ECHO   and controls have the same ID.  What actually happens is a
  12. ECHO   Mantel-Haenszel stratified analysis, with ID as the stratifier.
  13. ? Press enter to READ the data file... ?
  14. READ MATCH.REC
  15. CLS
  16. ECHO
  17. ECHO
  18. ECHO
  19. ECHO
  20. ECHO
  21. ECHO
  22. ECHO
  23. ECHO
  24. ECHO   Now type MATCH IDNUM RELY ILL to perform the matched analysis...
  25. ?Epi> ?
  26. ECHO
  27. ECHO
  28. ECHO
  29. ECHO   Press <Enter> to leave ANALYSIS or use <PgUp> and <PgDn> to
  30. ECHO   review...
  31. ?Epi> ?
  32.  
  33.  
  34.